BeagleBoard: config: Enabled multibus support for I2C in configuration
authorJason Kridner <[email protected]>
Sat, 23 Jul 2011 04:42:44 +0000 (23:42 -0500)
committerAlbert ARIBAUD <[email protected]>
Sun, 4 Sep 2011 09:36:21 +0000 (11:36 +0200)
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Joel A Fernandes <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
include/configs/omap3_beagle.h

index ec4a16d884c3485345b60eab4a0d6d7d12d0652e..83c577a8cdb7aa01f65aba08cbe048c87f7679a4 100644 (file)
 /* DDR - I use Micron DDR */
 #define CONFIG_OMAP3_MICRON_DDR                1
 
+/* Enable Multi Bus support for I2C */
+#define CONFIG_I2C_MULTI_BUS           1
+
+/* Probe all devices */
+#define CONFIG_SYS_I2C_NOPROBES                {0x0, 0x0}
+
 /* USB */
 #define CONFIG_MUSB_UDC                        1
 #define CONFIG_USB_OMAP3               1